
/*home cat*/
	.idx-tabs a {
		border: 1px solid #666;
		    border-radius: 14px;
	position: relative;
	display: inline-block;
	padding: 0 20px;
	font-size:14px;
	line-height:26px;
	color: #4d4d4d;
	    margin-right: 10px;
}


.idx-tabs:hover {
	border-radius:14px;
	border-color:#222;
}
.idx-tabs {
	padding-bottom: 20px;
}
.idx-tabs a:hover{
	background:#222;
	color:#fff;
}
.idx-tabs .en{
	background:#222;
	color:#fff;
}



/*.idx-tabs a::before, .idx-tabs a::after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	top: 50%;
	height: 6px;
	width: 1px;
	background: #696969;
}*/
.idx-tabs a::before {
	margin-top: -6px;
}
.idx-tabs a::after {
	margin-top: 3px;
}
.idx-tabs a:first-child::before, .idx-tabs a:first-child::after {
	display: none;
}
.text-center {
	text-align: center;
}
.index-hd {
	padding: 40px 0;
}
.grid {
	text-align:left
}
.index-hd .index-hd-tit {
	position: relative;
	height: 34px;
	line-height: 34px;
	color: #222;
	font-size: 36px;
	display: inline-block;
	font-weight: bold;
	 /*margin-top: 40px;*/
}
/*.index-hd .index-hd-tit:before, .index-hd .index-hd-tit:after {
	position: absolute;
	top: 15px;
	content: '';
	width: 50px;
	height: 2px;
	background: #ccc;
	display: inline-block;
}*/
.index-hd .index-hd-tit:before {
	left: -70px;
}
.index-hd .index-hd-tit:after {
	right: -70px;
}
/*home case*/
	.client {
	margin:30px auto 0px auto;
	overflow:hidden;
	/*padding-bottom:30px;
	background-color:#FFF ;*/
	width: 1250px;
	padding-bottom: 30px;
	padding-top: 20px;
}
.client .title {
	width:100%;
	overflow:hidden;
	text-align:center;
}
.client .title h1 {
	font-size:28px;
	color:#333;
	margin:15px 0;
}
.client .title a {
	font-size:16px;
	color:#666;
}
.client .title a:hover {
	color:#24b727;
}
.client_list {
	width:100%;
	overflow:hidden;
	margin-top:10px;
}
.client_list li {
	width:157px;
	height:44px;
	float:left;
	margin:15px 21px;
	text-align:center;
	list-style:none
}
@media screen and (max-width:1200px) {
	.client {
	width:1000px;
}
}
@media screen and (max-width:1000px) {
	.client {
	width:100%;
}
.client_list li {
	margin:15px 12px;
}
}
@media screen and (max-width:760px) {
	.contact{ display: none; }
	      .article-info .btns a{ width:145px !important}
		  .shengming{ margin-top:0 !important}
	.client_list li {
	width:35%;
	height:auto;
	margin:12px 7.5%;
}
.client {
	width:100%;
	padding-top:0;
}
.client .title h1 {
	font-size:24px;
}
}
/*sinle*/
	.article-copyright {
	font-size: 12px;
	color: #999;
	margin-bottom: 8px;
}
.article-desc {
	position: relative;
	color: #999;
	margin-bottom: 20px;
	padding: 15px;
	font-style: italic;
	background-color: #fbfbfb;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
.author-box {
	border-top: 1px solid #e9e9e9;
	padding: 20px 0;
	background-color: #FFF;
	padding: 30px 40px 30px 40px;
	margin-bottom:20px;
}
.author-box .author-meta .author-name {
	font-size:15px;
	margin-bottom: 5px;
}
.author-box .author-meta .author-desc {
	font-size: 15px;
	color: #949494;
	margin-bottom: 5px;
}
.author-box .author-meta .author-name a {
	color: #333;
}
.author-box .avatar {
	border-radius: 50%;
	float: left;
	width: 72px;
	height: auto;
	line-height: 0.8;
	margin: 0 15px 0 0;
}
/*single theme*/
	.shengming {
	display: block;
	float: left;
	font-size: 14px;
	color: #929191;
	margin-top: 20px;
}
.shengming p>em {
	color: #ed1c24;
}
.meta>i {
	margin-right: 10px;
	height: 22px;
	display: block;
	background: #ed1c24;
	color: #FFFFFF;
	float: left;
	line-height: 22px;
	text-align: center;
	font-size: 14px;
	margin-top: 7px;
	padding: 0px 10px;
}
.theme-focuslist {
	overflow:hidden;
	margin-bottom:20px
}
.theme-focuslist ul {
	margin-right:-2%
}
.theme-focuslist li {
	float:left;
	position:relative;
	margin:2% 2% 0 0;
	width:31.333333333%;
	padding:0px 20px;
	border-radius:3px;
	text-align:center;
	border:1px solid #eee;
	color:#aaa;
	font-size:12px;
	height:105px;
	overflow:hidden
}
.theme-focuslist li::before {
	position:absolute;
	top:0;
	left:0;
	content:'';
	background-color:#eee;
	color:#bbb;
	line-height:1;
	padding:4px 5px;
	-webkit-border-radius:0 0 3px 0;
	border-radius:0 0 3px 0
}
.theme-focuslist li:nth-child(1)::before {
	content:'\4EAE\70B9 1'
}
.theme-focuslist li:nth-child(2)::before {
	content:'\4EAE\70B9 2'
}
.theme-focuslist li:nth-child(3)::before {
	content:'\4EAE\70B9 3'
}
.theme-focuslist li:nth-child(4)::before {
	content:'\4EAE\70B9 4'
}
.theme-focuslist li:nth-child(5)::before {
	content:'\4EAE\70B9 5'
}
.theme-focuslist li:nth-child(6)::before {
	content:'\4EAE\70B9 6'
}
.theme-focuslist li:nth-child(7)::before {
	content:'\4EAE\70B9 7'
}
.theme-focuslist li:nth-child(8)::before {
	content:'\4EAE\70B9 8'
}
.theme-focuslist li:nth-child(9)::before {
	content:'\4EAE\70B9 9'
}
.theme-focuslist li:nth-child(10)::before {
	content:'\4EAE\70B9 10'
}
.theme-focuslist li:nth-child(11)::before {
	content:'\4EAE\70B9 11'
}
.theme-focuslist li:nth-child(12)::before {
	content:'\4EAE\70B9 12'
}
.theme-focuslist li:nth-child(12)::before {
	content:'\4EAE\70B9 12'
}
.theme-focuslist li:nth-child(13)::before {
	content:'\4EAE\70B9 13'
}
.theme-focuslist li:nth-child(14)::before {
	content:'\4EAE\70B9 14'
}
.theme-focuslist li:nth-child(15)::before {
	content:'\4EAE\70B9 15'
}
.theme-focuslist li:hover {
	border-color:#f23f5f
}
.theme-focuslist li:hover::before {
	background-color:#f23f5f;
	color:#fff
}
.theme-focuslist li strong {
	display:block;
	font-size:15px;
	font-weight:600;
	margin-bottom:5px;
	color:#55595c
}
.theme-focuslist li:nth-child(1),.theme-focuslist li:nth-child(2),.theme-focuslist li:nth-child(3) {
	margin-top:0
}
@media (max-width: 768px) {
	.theme-contentbox,.theme-sidebar {
	float:none;
	width:auto
}
.theme-container-use,.theme-container-updates,.theme-container-fns {
	}
.theme-navbar li:nth-child(2),.theme-navbar li:nth-child(3),.theme-navbar li:nth-child(4) {
	display:none
}
.theme-container {
	padding:22px 20px
}
.theme-container h2 {
	font-size:1.25rem
}
}@media (max-width: 544px) {
	.theme-navbar {
	padding:5px 0
}
.theme-navbar h1 {
	font-size:0.85rem;
	font-weight:bold
}
.theme-focus-action {
	display:none
}
.theme-focuslist li {
	width:98%
}
.theme-focuslist li:nth-child(2),.theme-focuslist li:nth-child(3) {
	margin-top:2%
}
.theme-focuslist li strong {
	font-size:0.75rem;
	font-weight:bold;
	margin-bottom:5px
}
}
table tr:nth-child(even) {
	background-color: #f9f9f9;
}
.theme-container h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.theme-container ul li {
	list-style:none
}
.theme-container ul {
	margin:0 0 30px 0px
}
/*foot*/
	.contact div:first-child {
	margin-left: -40px;
}
.contact {
	padding-top: 50px;
	color: #869AC9
}
.contact div {
	float: left;
	width: 25%;
	padding: 0 0 0 135px;
	text-align: left;
	cursor: pointer;
	position: relative;
}
.contact i {
	font-size: 60px;
	height: 60px;
	width: 60px;
	position: absolute;
	left: 60px;
}
.contact h5 {
	color: #869AC9;
	font-size: 18px;
	width: 120px;
	margin: 6px 0 10px;
}
.contact p {
	font-size: 12px;
	color: #869AC9;
}
footer .feedback {
	border-left: solid 1px #555;
}
.w {
	margin: 0 auto;
	width: 1210px;
}
.footer-box {
	background: #333
}
.footer-icon {
	width: 100%;
	background: #f8f8f8;
	padding: 35px;
	height: 180px;
	text-align: center;
}
.footer-icon .w {
	height: 80px
}
.footer-icon .icon-map {
	display: inline-block;
	width: 170px
}
.footer-icon .icon-map .icon-bg {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background: url(http://www.xiuzhanwang.com/style/images/site.png) no-repeat;
	_background: url(../images/site.gif) no-repeat
}
.footer-icon .icon-map .icon-title {
	font-size: 14px;
	color: #000;
	text-align: center;
	margin-top: 10px;
}
.footer-icon .icon-map .icon-bg.i1 {
	background-position: 0 -250px
}
.footer-icon .icon-map .icon-bg.i2 {
	background-position: 0 -200px
}
.footer-icon .icon-map .icon-bg.i3 {
	background-position: 0 -350px
}
.footer-icon .icon-map .icon-bg.i4 {
	background-position: 0 -300px
}
.footer-icon .icon-map .icon-bg.i5 {
	background-position: 0 -50px
}
.footer-icon .icon-map .icon-bg.i6 {
	background-position: 0 0
}
.footer-icon .icon-map .icon-bg.i7 {
	background-position: 0 -150px
}
.footer-icon .icon-map .icon-bg.i8 {
	background-position: 0 -100px
}
.footlink ul li {
	height: 30px;
	line-height: 30px;
	display: inline;
	padding: 0 10px 0 0;
}
.footlink {
	margin-bottom: 10px !important;
	/*margin-top: 80px !important;
	border-top: 1px solid rgba(200,200,200,0.1);*/
	padding: 30px 0 15px;
}
.footlink ul li a {
	color: #888;
	margin: 0 15px;
	font-size: 14px;
}
.copyright,.copyright a {
	opacity: 0.6;
	font-size: 12px;
	color: #888;
}
/*sideabr*/
	.widget ol, .widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tpost ul li {
	/*padding: 8px 0;*/
	line-height:40px;
	font-size:14px;
	border-bottom: 1px solid #e8eef1;
}
.tpost ul a {
	color: #3d3d3d;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.widget ol a, .widget ul a {
	color: #3d3d3d;
	text-overflow: ellipsis;
	overflow: hidden;
}


/*微信小程序*/
	.wxxcxOne{ background: url(img/165633581c4d4172c22947674.jpg) no-repeat center center;width:100%; float:left; padding:50px 0 80px 0; overflow:hidden; background-color: #fff;}
	.wxxcxOne ul{ width:100%; float:left; margin-top:0px;}
	.wxxcxOne ul li{ width:33.33%; float:left; padding:0 10px; margin-top:20px; list-style: none;}
	.wxxcxOne ul li .zbox{ width:100%; float:left; background:#f5f5f5; padding:30px 10px 10px 80px; position:relative; height:140px; overflow:hidden; /*border:solid 1px #eee;*/
	-moz-border-radius:20px; 
	-webkit-border-radius:20px; 
	-khtml-border-radius:20px;
	border-radius:5px;
	-webkit-transition: all 0.5s ease-out 0s; 
	-moz-transition: all 0.5s ease-out 0s; 
	-o-transition: all 0.5s ease-out 0s; 
	transition: all 0.5s ease-out 0s;}
	.wxxcxOne ul li .zbox .ico{ position:absolute; left:20px; top:50%; width:50px; height:50px; /*background:#fff;*/ overflow:hidden; /*box-shadow:3px 15px 15px rgba(0,0,0,0.05);*/ margin-top:-50px;
	-moz-border-radius:50%; 
	-webkit-border-radius:50%; 
	-khtml-border-radius:50%;
	border-radius:50%;}
	.wxxcxOne ul li .zbox .text{ width:100%; float:left;}
	.wxxcxOne ul li .zbox .text h4{ width:100%; float:left; font-size:22px; color:#2c2c2c; line-height:28px; letter-spacing:1px;
	-webkit-transition: all 0.5s ease-out 0s; 
	-moz-transition: all 0.5s ease-out 0s; 
	-o-transition: all 0.5s ease-out 0s; 
	transition: all 0.5s ease-out 0s;}
	.wxxcxOne ul li .zbox .text h4 span{ font-weight:bold; margin-right:16px;}
	.wxxcxOne ul li .zbox .text h5{ width:100%; float:left; margin-top:5px; font-size:14px; color:#787878; line-height:26px; padding-right:10px;
	-webkit-transition: all 0.5s ease-out 0s; 
	-moz-transition: all 0.5s ease-out 0s; 
	-o-transition: all 0.5s ease-out 0s; 
	transition: all 0.5s ease-out 0s;}
	/*.wxxcxOne ul li .zbox:hover{ background:#db0001; border-color:#db0001;}*/
	/*.wxxcxOne ul li .zbox:hover .text h4,.wxxcxOne ul li .zbox:hover .text h5{ color:white;}*/
	@media screen and (max-width: 1569px) {
	.wxxcxOne ul li .zbox{ padding:30px 10px 20px 75px;}
	.wxxcxOne ul li .zbox .ico{ left:20px;}
	.wxxcxOne ul li{ padding:0 10px; margin-top:31px;}
	}
	@media screen and (max-width: 1199px) {
	.wxxcxOne{ padding:60px 0;}
	.wxxcxOne ul{ margin-top:35px;}
	.wxxcxOne ul li{ padding:0 2px; margin-top:21px;}
	.wxxcxOne ul li .zbox{ padding:15px 10px 10px 90px;}
	.wxxcxOne ul li .zbox .ico{ left:10px; width:60px; height:60px; margin-top:-30px;}
	.wxxcxOne ul li .zbox .text h4{ font-size:16px; line-height:26px; padding-right:0;}
	.wxxcxOne ul li .zbox .text h4 span{ margin-right:12px;}
	.wxxcxOne ul li .zbox .text h5{ font-size:13px; line-height:24px;}
	}
	@media screen and (max-width: 991px) {
	.wxxcxOne{ padding:30px 0;}
	.wxxcxOne ul{ margin-top:25px;}
	.wxxcxOne ul li{ width:50%; margin-top:11px;}
	.wxxcxOne ul li .zbox{ height:130px;}
	.wxxcxOne ul li .zbox .text h4{ font-size:14px; line-height:24px;}
	.wxxcxOne ul li .zbox .text h4 span{ margin-right:8px;}
	.wxxcxOne ul li .zbox .text h5{ font-size:12px; line-height:21px;}
	}
	@media screen and (max-width: 767px) {
	.wxxcxOne{ padding:20px 10px;}
	.wxxcxOne ul{ margin-top:15px;}
	.wxxcxOne ul li{ width:100%; margin-top:6px;}
	.wxxcxOne ul li .zbox{ height:110px;}
	.wxxcxOne ul li .zbox{ padding:10px 10px 10px 80px;}
	}